regexp.machine.add (method)
5 uses
regexp (current package)
exec.go#L222: m.add(runq, uint32(m.p.Start), pos, m.matchcap, &flag, nil)
exec.go#L304: t = m.add(nextq, i.Out, nextPos, t.cap, nextCond, t)
exec.go#L317: func (m *machine) add(q *queue, pc uint32, pos int, cap []int, cond *lazyFlag, t *thread) *thread {
exec.go#L340: t = m.add(q, i.Out, pos, cap, cond, t)
exec.go#L355: m.add(q, i.Out, pos, cap, cond, nil)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |